home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Hyperj-Hz / HyperResumé.cpt / HyperResumé / card_3014.txt < prev    next >
Text File  |  1988-03-23  |  5KB  |  264 lines

  1. -- card: 3014 from stack: in
  2. -- bmap block id: 5848
  3. -- flags: 0000
  4. -- background id: 2622
  5. -- name: Resume Index
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put 1 into menuCount  --initialize variable
  9.   repeat for 6  -- this loop erases all checkmarks from subjects menu
  10.     checkMenu 2,menuCount,false  --menu #,menu item #,boolean(true=checked)
  11.     add 1 to menuCount  --increments loop
  12.   end repeat
  13. end openCard
  14.  
  15.  
  16. -- part 8 (field)
  17. -- low flags: 01
  18. -- high flags: 0000
  19. -- rect: left=24 top=92 right=309 bottom=486
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 0
  23. -- font id: 3
  24. -- text size: 18
  25. -- style flags: 256
  26. -- line height: 24
  27. -- part name: 
  28.  
  29.  
  30. -- part 2 (button)
  31. -- low flags: 00
  32. -- high flags: 2000
  33. -- rect: left=182 top=190 right=209 bottom=297
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: To Education
  42. ----- HyperTalk script -----
  43. on mouseUp
  44.   visual zoom in
  45.   go to card Education
  46. end mouseUp
  47.  
  48.  
  49.  
  50.  
  51. -- part 3 (button)
  52. -- low flags: 00
  53. -- high flags: 2000
  54. -- rect: left=334 top=190 right=209 bottom=476
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 0 / 0
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: To Capabilities
  63. ----- HyperTalk script -----
  64. on mouseUp
  65.   visual zoom in
  66.   go to card Capabilities
  67. end mouseUp
  68.  
  69.  
  70.  
  71.  
  72. -- part 4 (button)
  73. -- low flags: 00
  74. -- high flags: 2000
  75. -- rect: left=102 top=239 right=258 bottom=222
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 0 / 0
  78. -- text alignment: 1
  79. -- font id: 0
  80. -- text size: 12
  81. -- style flags: 0
  82. -- line height: 16
  83. -- part name: To Experience
  84. ----- HyperTalk script -----
  85. on mouseUp
  86.   visual zoom in
  87.   go to card Experience
  88. end mouseUp
  89.  
  90.  
  91.  
  92.  
  93. -- part 5 (button)
  94. -- low flags: 00
  95. -- high flags: 2000
  96. -- rect: left=280 top=238 right=257 bottom=391
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 0 / 0
  99. -- text alignment: 1
  100. -- font id: 0
  101. -- text size: 12
  102. -- style flags: 0
  103. -- line height: 16
  104. -- part name: To Personal
  105. ----- HyperTalk script -----
  106. on mouseUp
  107.   visual zoom in
  108.   go to card Personal
  109. end mouseUp
  110.  
  111.  
  112.  
  113.  
  114. -- part 6 (button)
  115. -- low flags: 00
  116. -- high flags: 2000
  117. -- rect: left=194 top=286 right=305 bottom=318
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 0 / 0
  120. -- text alignment: 1
  121. -- font id: 0
  122. -- text size: 12
  123. -- style flags: 0
  124. -- line height: 16
  125. -- part name: To References
  126. ----- HyperTalk script -----
  127. on mouseUp
  128.   visual zoom in
  129.   go to card References
  130. end mouseUp
  131.  
  132.  
  133.  
  134.  
  135. -- part 1 (button)
  136. -- low flags: 00
  137. -- high flags: 2000
  138. -- rect: left=26 top=190 right=209 bottom=137
  139. -- title width / last selected line: 0
  140. -- icon id / first selected line: 0 / 0
  141. -- text alignment: 1
  142. -- font id: 0
  143. -- text size: 12
  144. -- style flags: 0
  145. -- line height: 16
  146. -- part name: To Objective
  147. ----- HyperTalk script -----
  148. on mouseUp
  149.   visual zoom in
  150.   go to card Objective
  151. end mouseUp
  152.  
  153.  
  154.  
  155.  
  156. -- part 7 (field)
  157. -- low flags: 01
  158. -- high flags: 0000
  159. -- rect: left=126 top=92 right=197 bottom=384
  160. -- title width / last selected line: 0
  161. -- icon id / first selected line: 0 / 0
  162. -- text alignment: 1
  163. -- font id: 3
  164. -- text size: 12
  165. -- style flags: 256
  166. -- line height: 16
  167. -- part name: 
  168.  
  169.  
  170. -- part 9 (field)
  171. -- low flags: 01
  172. -- high flags: 0000
  173. -- rect: left=24 top=69 right=90 bottom=487
  174. -- title width / last selected line: 0
  175. -- icon id / first selected line: 0 / 0
  176. -- text alignment: 0
  177. -- font id: 3
  178. -- text size: 12
  179. -- style flags: 256
  180. -- line height: 16
  181. -- part name: 
  182.  
  183.  
  184. -- part 11 (button)
  185. -- low flags: 00
  186. -- high flags: A003
  187. -- rect: left=13 top=307 right=329 bottom=125
  188. -- title width / last selected line: 0
  189. -- icon id / first selected line: 0 / 0
  190. -- text alignment: 1
  191. -- font id: 0
  192. -- text size: 12
  193. -- style flags: 0
  194. -- line height: 16
  195. -- part name: About Resumé...
  196. ----- HyperTalk script -----
  197. on mouseUp
  198.   hide msg
  199.   hide menuBar
  200.   visual zoom open
  201.   go bkgnd "Title Bkgnd"
  202. end mouseUp
  203.  
  204.  
  205.  
  206. -- part 19 (button)
  207. -- low flags: 00
  208. -- high flags: 0001
  209. -- rect: left=206 top=307 right=329 bottom=306
  210. -- title width / last selected line: 0
  211. -- icon id / first selected line: 0 / 0
  212. -- text alignment: 1
  213. -- font id: 0
  214. -- text size: 12
  215. -- style flags: 0
  216. -- line height: 16
  217. -- part name: New Button
  218.  
  219.  
  220. -- part contents for background part 1
  221. ----- text -----
  222. Resum√© of Qualifications
  223.  
  224. -- part contents for card part 7
  225. ----- text -----
  226. Daniel B. Rosman
  227. 231 Charter Oak Circle
  228. Walnut Creek, CA  94596
  229. Home: 415/256-0418
  230. Work: 415/256-0418
  231.  
  232.  
  233.  
  234. -- part contents for card part 8
  235. ----- text -----
  236.  
  237.  
  238.  
  239.  
  240. OBJECTIVE       EDUCATION      CAPABILITIES
  241.  
  242.            EXPERIENCE         PERSONAL
  243.  
  244.                         REFERENCES
  245.  
  246. -- part contents for card part 9
  247. ----- text -----
  248. Click on the subject of interest.
  249.  
  250. -- part contents for background part 13
  251. ----- text -----
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.